home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / MacDOS 1.0.1 / MacDOS™ 1.0.1 / MacDOS™ 1.0.1.rsrc / TEXT_161_PROMPT.txt < prev    next >
Encoding:
Text File  |  1993-10-23  |  646 b   |  24 lines

  1. Changes the command prompt.
  2.  
  3. PROMPT [text]
  4.  
  5.   text    is the new command prompt. Whe the parameter 'text' is missing,
  6.           PROMPT resets to the default ($N$G).
  7.  
  8. PROMPT sees a dollar sign as an indication that the following character
  9. is to be interpreted as a special code. The following codes are supported:
  10.  
  11.   $Q   = (equal sign)
  12.   $$   $ (dollar sign)
  13.   $T   system time
  14.   $D   current date
  15.   $P   current volume and path
  16.   $V   MacDOS version number
  17.   $N   current volume
  18.   $G   > (greater-than sign)
  19.   $L   < (less-than sign)
  20.   $B   | (pipe)
  21.   $H   backspace (erases the previous character)
  22.   $E   escape (ASCII code 27)
  23.   $_   new-line
  24.